home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / gle33b_4.zip / GLE_SUR.ZIP / SURF3.SUR < prev    next >
Text File  |  1991-03-28  |  211b  |  14 lines

  1. begin surface
  2.     size 5 5 
  3.     data surf1.z
  4.     zaxis min -1 max 3
  5.     xtitle "Xaxis"
  6.     ztitle "Zaxis"
  7.     points surf3.dat
  8.     riselines lstyle 2
  9.     marker fcircle
  10.     skirt on
  11.     rotate 80 30 0
  12.     view 2.5 3 .6
  13. end surface
  14.